Skip to content

fix(virtualization): mute warnings about home directory#324

Open
diafour wants to merge 1 commit intomainfrom
fix/virtualization/mute-warnings-during-cobra-init-2
Open

fix(virtualization): mute warnings about home directory#324
diafour wants to merge 1 commit intomainfrom
fix/virtualization/mute-warnings-during-cobra-init-2

Conversation

@diafour
Copy link
Copy Markdown
Member

@diafour diafour commented Apr 11, 2026

Note:
fix in virtualization repo is branched from release-1.6 to be compatible with dependencies in go.mod here.

Note 2:
Change github.com/deckhouse/virtualization/src/cli version to tag after migrating d8 cli to Go 1.25. See deckhouse/virtualization#2204.

Before:

# HOME= d8 help
W0411 17:35:50.840692 1639809 ssh.go:67] failed to determine user home directory: $HOME is not defined
W0411 17:35:50.840724 1639809 ssh.go:67] failed to determine user home directory: $HOME is not defined
d8 controls the Deckhouse Kubernetes Platform

Usage:
  d8 [flags]
  d8 [command]

After:

# HOME= d8 help
d8 controls the Deckhouse Kubernetes Platform

Usage:
  d8 [flags]
  d8 [command]
Before:

Note:
fix in virtualization repo is branched from release-1.6
to be compatible with dependencies in go.mod here.

Note 2:
Change github.com/deckhouse/virtualization/src/cli version
to tag after migrating d8 cli to Go 1.25.

Signed-off-by: Ivan Mikheykin <ivan.mikheykin@flant.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant